home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00219.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  237 b   |  14 lines

  1. on exitFrame
  2.   global gMoovLength, discsLoaded
  3.   if the movieTime of sprite 5 < gMoovLength then
  4.     go(the frame - 1)
  5.   else
  6.     if discsLoaded = 7 then
  7.       go("END")
  8.     else
  9.       unsetQT(5)
  10.       go("TEST")
  11.     end if
  12.   end if
  13. end
  14.